home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Blackhawk for Windows 95 1996 November
/
Blackhawk for Windows 95 - Novermer 1996.iso
/
patches
/
exupdusa.exe
/
EXCHGUPG.INF
next >
Wrap
INI File
|
1995-10-19
|
7KB
|
155 lines
;**************************************************************************
; Microsoft Exchange Maintenance Update INF:
; This Setup INF installs the following updated MS Exchange files in
; Maintenance Mode:
; msfs32.dll
; In addition, it updates the MAPISVC.INF file
;**************************************************************************
;--------------------------------------------------------------------------
; Version Section: Required
;--------------------------------------------------------------------------
[Version]
Signature=$CHICAGO$ ; Windows 95 will not accept INF without this.
;Class=class_name ; Defines the class in the registry for any device installed
; from this INF (i.e. Cdrom).
Provider=MAPI ; Optional: Identifies the INF creator, usually the
; group that owns component
;LayoutFile=filename.inf; Optional: Names the INF file that contains the layout
; information (source disks and files).
; If this line is not given, then the
; SourceDisksNames and SourceDiskFiles sections
; must be included in INF.
;--------------------------------------------------------------------------
; DestinationDir:
; Defines the destination directories for the [File_list] sections
;--------------------------------------------------------------------------
[DestinationDirs]
MAPICopyFilesWin = 10 ;LDID_WIN
MAPICopyFilesSys = 11 ;LDID_SYSTEM
MAPICopyFilesSysNoRemove = 11 ;LDID_SYSTEM
MAPICopyFilesHelp = 18 ;LDID_HELP
MAPICopyProgramFiles = 24,%OEM_PROGRAMF%\%OEM_MICROEXCH% ;LDID_APPS\Progra~1\Micros~1
;--------------------------------------------------------------------------
; BaseWinOptions: A list of install section names that Setup will
; unconditionally call during Setup. This is an optional
; section that can be in all INF files that Setup loads.
; Setup will merge all of the BaseWinOptions sections from
; all the INF files, so care should be taken to use unique
; section names.
;--------------------------------------------------------------------------
;[BaseWinOptions]
;Register_Sample
;[Register_Sample]
;CopyFiles = Register.Copy
;-------------------------------------------------------------------------
; Optional Components: Required section for Setup to run Maintenance Mode.
; This section lists the optional components that are
; in on/off states. User must toggle the checkbox
; from CPL to install.
;-------------------------------------------------------------------------
[Optional Components]
MSExchange_Install
;-------------------------------------------------------------------------
; Install Section:
;-------------------------------------------------------------------------
[MSExchange_Install]
OptionDesc = %MSEXCHANGE_DESC% ; Component name
Tip = %MSEXCHANGE_TIP% ; Description of component
Parent = AccessTop ; If component has a parent, identify.
CopyFiles = MAPICopyProgramFiles, MAPICopyFilesWin, MAPICopyFilesSysNoRemove, MAPICopyFilesSys, MAPICopyFilesHelp
UpdateInis = update_mapisvc.inf ; Update the mapisvc.inf file
AddReg = MAPIAddReg ; Update registry
InstallType = 0 ; Installation type. 0-Compact,1-Typical,
; 2-Portable,3-Custom
IconIndex = 24 ; Icon that will appear when user is installing
; component. If left out, default is diamond.
;-------------------------------------------------------------
; File_List Section
;-------------------------------------------------------------
[MAPICopyProgramFiles]
exchng32.exe
[MAPICopyFilesWin]
[MAPICopyFilesSysNoRemove]
[MAPICopyFilesSys]
mapi.dll
mapi32.dll
msfs32.dll ;MS Mail 3.2 for PC networks
wgpoadmn.dll
wmsui32.dll
[MAPICopyFilesHelp]
;-------------------------------------------------------------
; Update Registry
;-------------------------------------------------------------
[MAPIAddReg]
HKLM,"Software\Microsoft\Exchange\Client\Mac File Types","XCEL:XLS4",,".xls"
;-------------------------------------------------------------
; Update MAPISVC.INF
;-------------------------------------------------------------
[update_mapisvc.inf]
; Add Microsoft Mail Shared Folder Service Provider
%11%\mapisvc.inf, MSFS,, "Providers=SFS_AB, SFS_MS, SFS_XP"
%11%\mapisvc.inf, SFS_MS,, "PR_PROVIDER_DLL_NAME=MSFS.DLL"
%11%\mapisvc.inf, SFS_MS,, "PR_RESOURCE_TYPE=MAPI_STORE_PROVIDER"
%11%\mapisvc.inf, SFS_MS,, "PR_DISPLAY_NAME=Microsoft Mail Shared Folders"
%11%\mapisvc.inf, SFS_MS,, "PR_PROVIDER_DISPLAY=Microsoft Mail Shared Folders"
%11%\mapisvc.inf, SFS_MS,, "PR_RESOURCE_FLAGS=STATUS_NO_DEFAULT_STORE"
%11%\mapisvc.inf, SFS_MS,, "34140102=00ffb8646041b80108002b2b8a290000"
;----------------------------------------------------------------
; SourceDisksNames Section:
; Identifies and names the disk(s) that contain the source files
; for file copying.
;<DiskOrdinal>=<DiskDescription>,<DiskLabel>,<Number>
;DiskOrdinal: A unique # that identifies disk.
;DiskDescription: The installer displays this string to the user
; to identify the disk.
;DiskLabel: Volume label of disk set when the disk was formatted.
;Number: If Setup cannot locate a file, this number identifies type
; of prompts displayed to user for input. 0 = Normal Prompts.
; not(0) = OEM Disk Prompts.
;----------------------------------------------------------------
[SourceDisksNames]
1 = "Microsoft Exchange Update Installation", "",0
;----------------------------------------------------------------
; SourceDisksFiles Section:
; Names the source files used during installation and identifies
; the source disks that contains the files.
;----------------------------------------------------------------
[SourceDisksFiles]
exchng32.exe = 1,,20240
mapi.dll = 1,,441536
mapi32.dll = 1,,602328
msfs32.dll = 1,,462336
wgpoadmn.dll = 1,,81186
wmsui32.dll = 1,,861968
;----------------------------------------------------------------
; Defines string keys used in INF file.
;----------------------------------------------------------------
[Strings]
MSEXCHANGE_DESC = "Microsoft Exchange"
MSEXCHANGE_TIP = ""
OEM_PROGRAMF = "Progra~1" ; first 6 chars of Program_Files, + "~1" - in OEM codepage (not Ansi)
OEM_MICROEXCH = "Micros~1" ; first 6 chars of Microsoft Exchange, + "~1" - in OEM codepage (not Ansi)